+Sun Feb 10 22:20:46 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
+ value of new_location by one if cmp_a > 0 and we hit the end of
+ the list and pass NULL instead of a 'NULL-iter' with
+ _rows_reordered
+
Sun Feb 10 12:32:44 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
+Sun Feb 10 22:20:46 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
+ value of new_location by one if cmp_a > 0 and we hit the end of
+ the list and pass NULL instead of a 'NULL-iter' with
+ _rows_reordered
+
Sun Feb 10 12:32:44 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
+Sun Feb 10 22:20:46 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
+ value of new_location by one if cmp_a > 0 and we hit the end of
+ the list and pass NULL instead of a 'NULL-iter' with
+ _rows_reordered
+
Sun Feb 10 12:32:44 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
+Sun Feb 10 22:20:46 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
+ value of new_location by one if cmp_a > 0 and we hit the end of
+ the list and pass NULL instead of a 'NULL-iter' with
+ _rows_reordered
+
Sun Feb 10 12:32:44 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
+Sun Feb 10 22:20:46 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
+ value of new_location by one if cmp_a > 0 and we hit the end of
+ the list and pass NULL instead of a 'NULL-iter' with
+ _rows_reordered
+
Sun Feb 10 12:32:44 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
+Sun Feb 10 22:20:46 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
+ value of new_location by one if cmp_a > 0 and we hit the end of
+ the list and pass NULL instead of a 'NULL-iter' with
+ _rows_reordered
+
Sun Feb 10 12:32:44 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
+Sun Feb 10 22:20:46 2002 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
+ value of new_location by one if cmp_a > 0 and we hit the end of
+ the list and pass NULL instead of a 'NULL-iter' with
+ _rows_reordered
+
Sun Feb 10 12:32:44 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
cmp_a = (* func) (GTK_TREE_MODEL (list_store), iter, &tmp_iter, data);
}
+ if (!list->next && cmp_a > 0)
+ new_location++;
+
if ((!list->next) && (cmp_a > 0))
{
list->next = G_SLIST (iter->user_data);
tmp_iter.user_data = NULL;
gtk_tree_model_rows_reordered (GTK_TREE_MODEL (list_store),
- tmp_path, &tmp_iter,
+ tmp_path, NULL,
new_order);
gtk_tree_path_free (tmp_path);